|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.justhis.control.ViewHelper
A singleton class that creates commands using the command mapping property file.
Method Summary | |
static Command |
getCommand(java.lang.String action)
Create a Command instance for the specified action or command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Command getCommand(java.lang.String action) throws com.justhis.util.exception.PropertiesFileReadException, com.justhis.util.exception.JavaClassRefectException
action
- the name of the command
null
if the command could not be created
com.justhis.util.exception.PropertiesFileReadException
com.justhis.util.exception.JavaClassRefectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |